National Repository of Grey Literature 23 records found  1 - 10nextend  jump to record: Search took 0.01 seconds. 
Smart Plug
Šebesta, Ondřej ; Szabó, Zoltán (referee) ; Marcoň, Petr (advisor)
The bachelor thesis discusses the design of a smart plug. The theoretical part focuses on the individual parts and functions of smart plugs, and their functional possibilities are analysed together with the related fabrication perspectives. The practical portion concentrates on the selection of appropriate components and proposes a complete design of the hardware and software of a smart plug, including a web server for its control. The practical portion also describes a calibration of a measuring part and compares measured values with values from another measuring device.
Microcontroller based aquarium control system with WWW server
Večeřa, Jaroslav ; Kaczmarczyk, Václav (referee) ; Bradáč, Zdeněk (advisor)
This thesis is focused on design and commissioning of appliance for operating and status display in the aquarium. The first part of the thesis deals with the possibilities of solving particular problems of the system and defines the requirements which the system has to fulfil. The next section of the thesis describes design of hardware part of the system and its software.
Electronic business card/price tag with wireless communication
Sirůček, Václav ; Sýkora, Tomáš (referee) ; Bradáč, Zdeněk (advisor)
The Bachelor thesis deals with the design of an electronic business card, a portable imaging device that will display data about the wearer (name, surname, phone number and email). Claims are for long-term battery life and remote display of data on an electronic ink display. At work there is a solution for powering the product with a display and its wireless communication with the computer or phone. It also deals with battery status displays, display updates, circuit schematics, electronic business card case design and final realization.
Web Server for Embedded Applications
Pirkl, Tomáš ; Vašíček, Zdeněk (referee) ; Šimek, Václav (advisor)
This work discuses Embedded Ethernet systems. Embedded Webserver Platform is designed. This design embrace microkontroler, Ethernet driver, and external SRAM. It includes implementation on PCB with MMC interface and software implementation of MMC driver and FAT file system. Reference model ISO/OSI, reference model TCP/IP, Ethernet and UDP, TCP, IP, HTTP protocol is presented.
Rich Internet Application in PLC PFC200
Michalík, David ; Kaczmarczyk, Václav (referee) ; Arm, Jakub (advisor)
This bachelor’s thesis is mainly focused on implementation of our own means of controlling a PLC PFC200, made by Wago company, through a dynamic website application. This thesis includes basic information about PLC, known means of controlling it, a list of available web servers for Linux operating systems and a description of how to create our own real-time control. Result of this thesis is a web application running on a webserver inside the PLC using our own runtime system in a form of daemon programs.
Meteorological station system
Čada, Jan ; Balík, Miroslav (referee) ; Lattenberg, Ivo (advisor)
This bachelor thesis deals with the design and implementation of a online meteorological station system, which consists of individual weather stations that communicate via the Internet with the server. The first part of the thesis discusses the principles of measuring major meteorological variables and deals with the selection of suitable sensors for measuring temperature, atmospheric pressure, humidity, wind speed and rainfall. In the practical part, one of the weather stations based on Raspberry Pi Zero microcomputer is designed and realized. As a complement to the measured data, the station includes a camera that captures the view from the site where the meteostation is installed. 3D printing is used to realize most of the mechanical parts, it has the advantage of speed, accuracy and easy reproducibility. For the measurement of temperature, pressure and humidity, a combined sensor BME280 from Bosch is used, which is placed in a small Stevenson screen. The wind speed is measured by a cup anemometer whose rotation is sensed by an integrated Hall sensor. The output pulses are then counted using the PCF8583 circuit, which has an I2C interface for reading the values with a Raspberry Pi microcomputer. Special attention is paid to the construction of a custom calibratable tipping bucket rain gauge with a resolution of 0,5 mm, whose mechanical motion is also sensed by a Hall sensor as in the anemometer. The reading of the data from sensors and sending it to the server is handled by a Python script. For storing and presenting data to users, a custom server solution based on LAMP webserver is implemented, its source codes are written in PHP, HTML, JavaScript and CSS. In addition to the web interface, which displays the data in graphs, the measured data can be also presented to the user via an application for mobile devices based on Android. The application was developed in C# using the Xamarin framework in the Microsoft Visual Studio development environment. Among other things, it implements a widget for quick access to the measured values directly from the home screen. In the final part of the thesis, interesting findings obtained by observing the measured values are mentioned.
Security System for Web Application Attacks Elimination
Vašek, Dominik ; Zobal, Lukáš (referee) ; Jeřábek, Kamil (advisor)
Nowadays, botnet attacks that aim to overwhelm the network layer by malformed packets and other means are usually mitigated by hardware intrusion detection systems. Application layer botnet attacks, on the other hand, are still a problem. In case of web applications, these attacks contain legitimate traffic that needs to be processed. If enough bots partake in this attack, it can lead to inaccessibility of services provided and other problems, which in turn can lead to financial loss. In this thesis, we propose a detection and mitigation system that can detect botnet attacks in realtime using statistical approach. This system is divided into several modules that together cooperate on the detection and mitigation. These parts can be further expanded. During the testing phase, the system was able to capture approximately 60% of botnet attacks that often focused on spam, login attacks and also DDoS. The number of false positive addresses is below 5%.
Optimization of LAMP (linux/apache/mysql/php)
Lamoš, Igor ; Jošth, Radovan (referee) ; Herout, Adam (advisor)
The goal of this work is to summarize and verify the fundamental factors affecting performance of Linux operating system, Apache web server and performance of MySQL database system and PHP. This work contains important settings for each part of webserver with corresponding description. Where possible, there are perfomance tests made on the model application and the results are reviewed. Based on the tests results, the recommended settings list was assembled. Accuracy of this recommendations was verified by applying the settings to real-world applications. In both cases, there was performance improvement.
Electronic business card/price tag with wireless communication
Sirůček, Václav ; Sýkora, Tomáš (referee) ; Bradáč, Zdeněk (advisor)
The Bachelor thesis deals with the desing of an electronic business card, a portable imaging device that will display data about the wearer (name, surename, phone nuber and email). Claims are for long-term battery life and remote display of data on an electronic ink display. At work there is a solution for powering the product with display and its wireless communication with the computer or phone. There is also a multi-card systém solution, a display of business card’s battery status, a display update, a cicuit scheme, an electronic business card case design and final implementation.
Meteorological station system
Čada, Jan ; Balík, Miroslav (referee) ; Lattenberg, Ivo (advisor)
This bachelor thesis deals with the design and implementation of a online meteorological station system, which consists of individual weather stations that communicate via the Internet with the server. The first part of the thesis discusses the principles of measuring major meteorological variables and deals with the selection of suitable sensors for measuring temperature, atmospheric pressure, humidity, wind speed and rainfall. In the practical part, one of the weather stations based on Raspberry Pi Zero microcomputer is designed and realized. As a complement to the measured data, the station includes a camera that captures the view from the site where the meteostation is installed. 3D printing is used to realize most of the mechanical parts, it has the advantage of speed, accuracy and easy reproducibility. For the measurement of temperature, pressure and humidity, a combined sensor BME280 from Bosch is used, which is placed in a small Stevenson screen. The wind speed is measured by a cup anemometer whose rotation is sensed by an integrated Hall sensor. The output pulses are then counted using the PCF8583 circuit, which has an I2C interface for reading the values with a Raspberry Pi microcomputer. Special attention is paid to the construction of a custom calibratable tipping bucket rain gauge with a resolution of 0,5 mm, whose mechanical motion is also sensed by a Hall sensor as in the anemometer. The reading of the data from sensors and sending it to the server is handled by a Python script. For storing and presenting data to users, a custom server solution based on LAMP webserver is implemented, its source codes are written in PHP, HTML, JavaScript and CSS. In addition to the web interface, which displays the data in graphs, the measured data can be also presented to the user via an application for mobile devices based on Android. The application was developed in C# using the Xamarin framework in the Microsoft Visual Studio development environment. Among other things, it implements a widget for quick access to the measured values directly from the home screen. In the final part of the thesis, interesting findings obtained by observing the measured values are mentioned.

National Repository of Grey Literature : 23 records found   1 - 10nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.